home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form CharGen
- BorderStyle = 0 'None
- Caption = "Form3"
- ClientHeight = 8460
- ClientLeft = 2490
- ClientTop = 1995
- ClientWidth = 11700
- LinkTopic = "Form3"
- LockControls = -1 'True
- PaletteMode = 1 'UseZOrder
- Picture = "CharGen.frx":0000
- ScaleHeight = 8460
- ScaleWidth = 11700
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- WindowState = 2 'Maximized
- Begin VB.TextBox Text4
- BackColor = &H00008000&
- BorderStyle = 0 'None
- ForeColor = &H0000C0C0&
- Height = 225
- Left = 4080
- TabIndex = 9
- Text = "Text4"
- Top = 9765
- Width = 1815
- End
- Begin VB.TextBox Mana1
- BackColor = &H00008000&
- BorderStyle = 0 'None
- ForeColor = &H0000C0C0&
- Height = 225
- Left = 5040
- TabIndex = 8
- Top = 5460
- Width = 1815
- End
- Begin VB.TextBox Strong1
- BackColor = &H00008000&
- BorderStyle = 0 'None
- ForeColor = &H0000C0C0&
- Height = 225
- Left = 5055
- TabIndex = 6
- Top = 4395
- Width = 1815
- End
- Begin VB.TextBox Name1
- BackColor = &H00008000&
- BorderStyle = 0 'None
- ForeColor = &H0000C0C0&
- Height = 225
- Left = 5055
- TabIndex = 4
- Top = 3345
- Width = 1815
- End
- Begin VB.TextBox Class1
- BackColor = &H00008000&
- BorderStyle = 0 'None
- ForeColor = &H0000C0C0&
- Height = 225
- Left = 5055
- TabIndex = 1
- Top = 2295
- Width = 1815
- End
- Begin VB.Image Image1
- Height = 2190
- Left = 4515
- Top = 5835
- Width = 2880
- End
- Begin VB.Label Label10
- BackStyle = 0 'Transparent
- Caption = "WARNING! You'll miss all the fun getting your character too strong!"
- BeginProperty Font
- Name = "Arial Black"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = -1 'True
- Strikethrough = 0 'False
- EndProperty
- Height = 345
- Left = 1080
- TabIndex = 13
- Top = 8100
- Width = 10065
- End
- Begin VB.Image OK
- Height = 330
- Left = 7440
- Picture = "CharGen.frx":75742
- Stretch = -1 'True
- Top = 150
- Width = 1245
- End
- Begin VB.Image Cancel
- Height = 330
- Left = 8805
- Picture = "CharGen.frx":76930
- Stretch = -1 'True
- Top = 150
- Width = 1245
- End
- Begin VB.Label Label9
- BackStyle = 0 'Transparent
- Caption = "You are FREE to choose EVERYTHING!!!"
- ForeColor = &H0000FF00&
- Height = 180
- Left = 2055
- TabIndex = 12
- Top = 450
- Width = 3165
- End
- Begin VB.Label Label6
- BackStyle = 0 'Transparent
- Caption = "Character :"
- ForeColor = &H000000FF&
- Height = 225
- Left = 5535
- TabIndex = 11
- Top = 1440
- Width = 1245
- End
- Begin VB.Label Label5
- BackStyle = 0 'Transparent
- Caption = "And what about your mana ?"
- ForeColor = &H0000C0C0&
- Height = 225
- Index = 1
- Left = 3960
- TabIndex = 10
- Top = 9450
- Width = 2175
- End
- Begin VB.Label Label5
- BackStyle = 0 'Transparent
- Caption = "And what about your mana ?"
- ForeColor = &H0000C0C0&
- Height = 225
- Index = 0
- Left = 4935
- TabIndex = 7
- Top = 5130
- Width = 2175
- End
- Begin VB.Label Label4
- BackStyle = 0 'Transparent
- Caption = "Are you strong (1-100) ?"
- ForeColor = &H0000C0C0&
- Height = 225
- Index = 0
- Left = 5055
- TabIndex = 5
- Top = 4080
- Width = 1935
- End
- Begin VB.Label Label3
- BackStyle = 0 'Transparent
- Caption = "Your name?"
- ForeColor = &H0000C0C0&
- Height = 225
- Index = 0
- Left = 5415
- TabIndex = 3
- Top = 3030
- Width = 1095
- End
- Begin VB.Label Label2
- BackStyle = 0 'Transparent
- Caption = "To generate your character, answer the following questions:"
- ForeColor = &H0000C000&
- Height = 225
- Left = 2040
- TabIndex = 2
- Top = 210
- Width = 4335
- End
- Begin VB.Label Label1
- BackStyle = 0 'Transparent
- Caption = "What (class) do you want to be ?"
- ForeColor = &H0000C0C0&
- Height = 225
- Index = 0
- Left = 4815
- TabIndex = 0
- Top = 1935
- Width = 2715
- End
- Attribute VB_Name = "CharGen"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub SSRibbon1_Click(Value As Integer)
- End Sub
- Private Sub OKButton_Click()
- End Sub
- Private Sub Cancel_Click()
- Unload CharGen
- Menu.Visible = True
- End Sub
- Private Sub OK_Click()
- InGame.Show
- Unload CharGen
- InGame.Visible = True
- End Sub
-